feat(tables): Added a new tables block#2867
Open
lakeesiv wants to merge 122 commits intosimstudioai:stagingfrom
Open
feat(tables): Added a new tables block#2867lakeesiv wants to merge 122 commits intosimstudioai:stagingfrom
lakeesiv wants to merge 122 commits intosimstudioai:stagingfrom
Conversation
… fixes, subflow resize clamping
…ribe, auth checks, new db indexes
…dioai#2481) The realtime service network policy was missing the custom egress rules section that allows configuration of additional egress rules via values.yaml. This caused the realtime pods to be unable to connect to external databases (e.g., PostgreSQL on port 5432) when using external database configurations. The app network policy already had this section, but the realtime network policy was missing it, creating an inconsistency and preventing the realtime service from accessing external databases configured via networkPolicy.egress values. This fix adds the same custom egress rules template section to the realtime network policy, matching the app network policy behavior and allowing users to configure database connectivity via values.yaml.
…rovements, additional kb tag types
…ts, LLM providers standardization
…, jira service management tools
…ext menu (simstudioai#2672) * feat(logs-context-menu): consolidated logs utils and types, added logs record context menu (simstudioai#2659) * feat(email): welcome email; improvement(emails): ui/ux (simstudioai#2658) * feat(email): welcome email; improvement(emails): ui/ux * improvement(emails): links, accounts, preview * refactor(emails): file structure and wrapper components * added envvar for personal emails sent, added isHosted gate * fixed failing tests, added env mock * fix: removed comment --------- Co-authored-by: waleed <[email protected]> * fix(logging): hitl + trigger dev crash protection (simstudioai#2664) * hitl gaps * deal with trigger worker crashes * cleanup import strcuture * feat(imap): added support for imap trigger (simstudioai#2663) * feat(tools): added support for imap trigger * feat(imap): added parity, tested * ack PR comments * final cleanup * feat(i18n): update translations (simstudioai#2665) Co-authored-by: waleedlatif1 <[email protected]> * fix(grain): updated grain trigger to auto-establish trigger (simstudioai#2666) Co-authored-by: aadamgough <[email protected]> * feat(admin): routes to manage deployments (simstudioai#2667) * feat(admin): routes to manage deployments * fix naming fo deployed by * feat(time-picker): added timepicker emcn component, added to playground, added searchable prop for dropdown, added more timezones for schedule, updated license and notice date (simstudioai#2668) * feat(time-picker): added timepicker emcn component, added to playground, added searchable prop for dropdown, added more timezones for schedule, updated license and notice date * removed unused params, cleaned up redundant utils * improvement(invite): aligned styling (simstudioai#2669) * improvement(invite): aligned with rest of app * fix(invite): error handling * fix: addressed comments --------- Co-authored-by: Emir Karabeg <[email protected]> Co-authored-by: Vikhyath Mondreti <[email protected]> Co-authored-by: waleedlatif1 <[email protected]> Co-authored-by: Adam Gough <[email protected]> Co-authored-by: aadamgough <[email protected]>
…in integration updates
…ion, autoconnect improvements, billing fixes
…ow preview enhancements
… additional copilot actions
…loyment status, chat fixes, reducto and pulse OCR, linear fixes
Resolved conflicts: - workflow-block.tsx: Kept both table types and schedule hooks - types.ts: Kept both filter-builder/sort-builder and deprecated comment - icons.tsx (both apps): Kept TableIcon and added ReductoIcon/PulseIcon - Migration files: Accepted main branch versions
|
@lakeesiv is attempting to deploy a commit to the Sim Team on Vercel. A member of the Team first needs to authorize it. |
lakeesiv
commented
Jan 17, 2026
...workflowId]/components/panel/components/editor/components/sub-block/components/code/code.tsx
Show resolved
Hide resolved
Contributor
|
Skipped: This PR changes more files than the configured file change limit: ( |
- Resolve merge conflicts in input-format.tsx, workflow-block.tsx, providers/utils.ts - Fix tests to use blockData/blockNameMapping for tag variable resolution - Add getBlockOutputs mock to block.test.ts for schema validation tests - Fix normalizeName import path in utils.test.ts - Add sql.raw and sql.join to drizzle-orm mock for sql.test.ts - Add new subBlock types (table-selector, filter-builder, sort-builder) to blocks.test.ts
chrisisaak9
approved these changes
Jan 22, 2026
Collaborator
|
@cursor review |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a new tables block that allows users to create their own tables to store structured data
Type of Change
Testing
There are some basic vitest files, other than that testing was mostly done manually
Checklist